Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 2.6 compatibility #8

Merged
merged 4 commits into from
Jun 15, 2015
Merged

Python 2.6 compatibility #8

merged 4 commits into from
Jun 15, 2015

Conversation

jadedarko
Copy link
Contributor

Currently, 2.6 explodes due to the usage of a dict comprehension.
This commit replaces it with a 2.6 compatible comprehension.

@sheppard
Copy link
Collaborator

Sure, we can support this as long as we support Django 1.6. Can you also add Python 2.6 to the lists in .travis.yml, tox.ini, and README.md?

@jadedarko
Copy link
Contributor Author

Apologies for making a bit of a mess there. Let me know if you want that squashed.

Incidentally, you may want to change those versions in tox.ini, as >=1.7 pulls in 1.8.2 currently.

@sheppard
Copy link
Collaborator

No problem, thanks for putting this together. I'm fine with the commits as-is. Yes, I just noticed the tox versions were off - I'll fix that once I merge (probably tomorrow).

sheppard added a commit that referenced this pull request Jun 15, 2015
Python 2.6 compatibility
@sheppard sheppard merged commit 33bd937 into openwisp:master Jun 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants